diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-11-14 07:45:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 07:45:52 +0000 |
| commit | f4875fd98fd502c19ca093e4bfeed386d174ed86 (patch) | |
| tree | f259d9d9a0610e8e2cb0bc69b6d2bc415a41c9c7 /src/pages/[locale] | |
| parent | c8cb999ea56bac0bb852831672c4fe64f85a2efe (diff) | |
| parent | 5515d5b2cce3cc43996850ff516fd1838f8fe8eb (diff) | |
Merge pull request #106 from joeacarstairs/staging
Update
Diffstat (limited to 'src/pages/[locale]')
| -rw-r--r-- | src/pages/[locale]/index.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 796bf59..61d38e2 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -16,6 +16,11 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> + <section> + <h2 set:html={t(tPage, { key: 'sangschaw' })} /> + <p set:html={t(tPage, { key: 'sangschaw-para-1' })} /> + </section> + <section id="about"> <h2 set:html={t(tPage, { key: 'about-us' })} /> <p set:html={t(tPage, { key: 'about-us-para-1' })} /> |
